Note: This statement is named Print Line in the Add Statement dialog box.
Displays a message on a new line in the Output pane. For example, use this statement to display messages throughout script playback to view the actions that are performed on the application or return values captured from the application or a data source. Messages displayed using this statement are also added to run reports.
To print values on the same line, use the Print statement.
Note: Issues may occur when using this statement in load test scripts.
Syntax
PrintLn("Text")
Arguments
| Argument | Description |
|---|---|
| Text | Text to print. |
Example
PrintLn("New Line")